Branching 45.0.2454.104 git-svn-id: https://src.chromium.org/blink/branches/dart/2454_1@202742 bbb929c8-8fbe-4397-9dbb-9b2b20218538 
diff --git a/ManualTests/context-menu-during-drag-selection.html b/ManualTests/context-menu-during-drag-selection.html new file mode 100644 index 0000000..4710d87 --- /dev/null +++ b/ManualTests/context-menu-during-drag-selection.html 
@@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<body> +<p>Simple manual behavior test for the interaction between selection drags, +context menu invocation, and actual dragging. In order to test, simply start +selecting a span of text by clicking and dragging. During text selection, no +drag should start. While selecting text, press and hold the right mouse button +to invoke the context menu, then release the right mouse button over a context +menu entry like "Copy". After this, if you keep moving the mouse around, no drag +of the selected text should start, even though the left mouse button is still +held down. +</body> +</html>